home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Embedding a GIF file < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Embedding a GIF file
  2. Sent:        6/21/96 12:47 PM
  3. Received:    6/24/96 8:26 AM
  4. From:        Larry Jones, larryj@dharbor.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. When we drag in a GIF file into our part, we get the following debug message:
  9.   The autodestruct class FW_CPrivOrderedCollectionIterator is missing an
  10. FW_END_CONSTRUCTOR.
  11.  
  12. We tried it with Draw and got the same message.  The following is part of
  13. the stack crawl.
  14.  
  15.  
  16. ODPartWrapperRequestFrameShape
  17. ODFDrawRequestFrameShape
  18. FW_CODPart::RequestFrameShape(Environment *ev,
  19. FW_CEmbeddingFrame::GetProxy(Environment *ev, ODFrame* embeddedFrame) const
  20. FW_CEmbeddingPart::GetProxy(Environment* ev, ODFrame* embeddedFrame) const
  21. FW_CPartProxyFrameIterator::Next()
  22. FW_CPartProxyFrameIterator::PrivFirstFrame(FW_MProxy* proxy)
  23. FW_CPrivOrderedCollectionIterator::~FW_CPrivOrderedCollectionIterator()
  24.  
  25. FW_AutoDestructed
  26. FW_CDebugConsole::DebugMessage(const char*)
  27.  
  28.  
  29. Is this a bug or what?
  30.  
  31. Thanks,
  32. Larry
  33. larryj@dharbor.com
  34.  
  35.